home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1986 January / Ahoy_Magazine_86-01_1986_Double_L.d64 / seq trans (.txt) < prev    next >
Encoding:
Commodore BASIC  |  1986-01-01  |  542 b   |  22 lines

  1. 0 rem << rr25-4 >>
  2. 10 rem =-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  3. 20 rem  - sequential transmitter -
  4. 30 rem     rupert report #25
  5. 40 rem =-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  6. 50 rem  transmit a sequential file
  7. 60 rem  to the rs-232 port
  8. 70 rem =-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  9. 80 print chr$(147)
  10. 90 open 2,2,0,chr$(8)+chr$(0)
  11. 100 print"enter the -filename- of the
  12. 110 [153]"sequential file to be sent"
  13. 120 [133] f$
  14. 130 [159] 8,8,8,f$[170]",seq,r"
  15. 140 [161]#8, c$ : [139] c$[178]"" [167] 140
  16. 150 ss[178]st
  17. 160 [152]2,c$;
  18. 170 [139] [198](c$)[179]32 [176] [198](c$)[177]127 [167] c$[178]"*"
  19. 180 [153] c$;
  20. 190 [139] ss[178]0 [167] 140 :[143] not eof
  21. 200 [152]2,[199](26) : [152]2 : [160] 2 : [160] 8
  22.